ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionView<T> Class / AsPlain Method

In This Topic
    AsPlain Method
    In This Topic
    Returns a ICollectionView<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items.
    Syntax
    'Declaration
     
    Public Function AsPlain() As ICollectionView(Of Object)
    public ICollectionView<object> AsPlain()
    See Also